Skip to content

Conversation

akuadane
Copy link
Contributor

@akuadane akuadane commented Jul 4, 2025

This PR introduces a code interpreter — a lightweight MCP server that enables LLMs to safely execute Python code within a containerized environment.

How It Works
• The server receives Python code from the client.
• It executes the code in an isolated containerized environment.
• The response is returned as a dictionary with the following keys:
• result: the standard output of the execution
• error: any error message if the code fails to run

@akuadane akuadane requested a review from a team as a code owner July 4, 2025 23:08
@ipedrazas
Copy link
Contributor

There's no valid README.md in your repo.

@cmrigney
Copy link
Contributor

Closing this since it doesn't have a valid README.md, but feel free to open a PR again once you've added one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants